[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
[SerializableAttribute] public abstract class CollectionBase<T> |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public MustInherit Class CollectionBase(Of T) |
Visual C++ |
---|
[SerializableAttribute] generic<typename T> public ref class CollectionBase abstract |
Type Parameters
- T
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Count |
Must be overridden to provide the number of items in the collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<(Of <T>)>..::IsReadOnly | ||
ICollection..::IsSynchronized |
Indicates whether the collection is synchronized.
| |
ICollection..::SyncRoot |
Indicates the synchronization object for this collection.
|